Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| Want to quickly get started with Mailchimp in your agent or AI app? The | ||
| pre-built [Arcade Mailchimp Marketing MCP Server](/resources/integrations/productivity/mailchimp-api) | ||
| pre-built [Arcade Mailchimp Marketing MCP Server](/resources/integrations/productivity/mailchimp-marketing-api) | ||
| is what you want! |
There was a problem hiding this comment.
Google.Exclamation: Removed exclamation point as per style guide
| is what you want! | |
| is what you want. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| @@ -1,40 +1,50 @@ | |||
| import { createCategoryMeta } from "../create-category-meta"; | |||
| import type { MetaRecord } from "nextra"; | |||
There was a problem hiding this comment.
Unused createCategoryMeta helper after refactoring all consumers
Low Severity
The createCategoryMeta function in create-category-meta.ts is now dead code. Every _meta.tsx file that previously imported it (all nine category directories) was refactored in this PR to use direct MetaRecord objects instead. The file and its exported createCategoryMeta function and CategoryEntry type have zero remaining consumers.


This PR was generated after a Porter deploy succeeded.
Note
Low Risk
Low risk, mostly generated docs/metadata updates. Main potential issue is broken navigation or links due to updated slugs/categories (e.g., Mailchimp path, Figma moved to productivity, PagerDuty/Pylon re-categorization) and removed toolkits.
Overview
Updates integrations section navigation to explicit
MetaRecorddefinitions with Optimized/Starter separators, and adjusts catalog entries (addsAttioin Sales; addsPagerDuty API/Pylon APIin Customer Support; addsFigmaand renames Mailchimp starter slug tomailchimp-marketing-api).Refreshes generated toolkit data: adds new
attio.json, removescodesandbox.json, updatesfigma.json(v0.2.2, moved to productivity, enriched per-tool metadata), and updateslinear.jsonto v3.3.1 (notably changes required scopes for some tools and updates examples/summary). Also updatestoolkits/index.jsonaccordingly.Misc: fixes Mailchimp auth provider doc links to the new Mailchimp Marketing path, adds
.cursor/*to.gitignore, and updatesnext-env.d.tsto import the non-dev Next routes types.Written by Cursor Bugbot for commit a8e90fb. This will update automatically on new commits. Configure here.